The HttpMessage class
PHP Manual

HttpMessage::getHeader

(PECL pecl_http >= 1.1.0)

HttpMessage::getHeaderGet header

Descripción

public string HttpMessage::getHeader ( string $header )

Get message header.

Lista de parámetros

header

header name

Valores retornados

Returns the header value on success or NULL if the header does not exist.


The HttpMessage class
PHP Manual